home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / MAINACT / DATA1.CAB / Script_Files / ldrpics.rex < prev    next >
OS/2 REXX Batch file  |  1998-05-04  |  932b  |  16 lines

  1. /**************************************************************
  2.  *                                                            *
  3.  *                   MainActor Rexx Script                    *
  4.  *                                                            *
  5.  *  Short example on how to load a specific range of pictures *
  6.  *  inside a picture list.                                    *   
  7.  *                                                            *
  8.  *  Last modified: 09/19/97, Written by: Markus Moenig        *
  9.  *                                                            *
  10.  **************************************************************/
  11.  
  12.   startpicture="e:\gfx\pix\iff\maincpt\Mc.050"  /* Set the start picture */
  13.   picturestoload=70                             /* Load in 70 pictures */    
  14.  
  15.   say "Loading" picturestoload "pictures ..."
  16.   LoadPictureList( startpicture, picturestoload) /* Loads in 70 pics */